Intersoft.Client.Framework.Containers Namespace > IocContainer Class > LazyResolve Method : LazyResolve<TType>() Method |
Public Overloads Function LazyResolve(Of TType As Class)() As Func(Of TType)
Dim instance As IocContainer Dim value As Func(Of TType) value = instance.LazyResolve(Of TType)()
public Func<TType> LazyResolve<TType>() where TType: class
public: Func<TType^>^ LazyResolvegeneric<typename TType> (); where TType: ref class
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2